home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / UUCP / UUCon / Source / Makefile.postamble < prev    next >
Makefile  |  1994-01-29  |  439b  |  17 lines

  1. install::
  2.     cp gnu*License.txt $(INSTALLDIR)/$(NAME).app
  3. #    (cd $(INSTALLDIR)/$(NAME).app/English.lproj/Help ; ixbuild -v)
  4.  
  5.  
  6. installSpecial: install
  7.     @if [ "`whoami`" != "root" ]; then \
  8.     echo Must be root to do special installation.; \
  9.     exit 1; \
  10.     fi
  11.     chgrp daemon /etc/uucp/L.sys
  12.     chmod g+r /etc/uucp/L.sys
  13.     chgrp -R daemon $(INSTALLDIR)/$(NAME).app
  14.     chmod -R ugo+rX $(INSTALLDIR)/$(NAME).app
  15.     chmod g+s $(INSTALLDIR)/$(NAME).app/$(NAME)
  16.  
  17.